home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 16127 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: news.ottawa.istar.net!usenet
  2. From: Cecil Lew <cecill_lew@cableshare.ccmail.compuserve.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: VC++ Conspiracy??
  5. Date: Tue, 09 Apr 1996 13:16:22 -0400
  6. Organization: cableshare inc.
  7. Message-ID: <316A9B66.5476@cableshare.ccmail.compuserve.com>
  8. NNTP-Posting-Host: 204.191.69.43
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 2.0 (X11; I; SunOS 5.4 sun4m)
  13.  
  14. I am a new user to VC++ and just started using the 4.0 version.
  15. But I noticed something very wierd...
  16. i.e. When I tried to open a makefile created by the "Project Workspace",
  17. nothing happend. The IDE didn't open the makefile, no error message.
  18. Just nothing happened. I finally resorted to using notepad to open the
  19. "Gigantic" makefile they created for me. Looks like the IDE put
  20. very rules into the makefile to make it so huge.
  21.  
  22. Is it me or is Microsoft trying to block you from understanding,
  23. writing or messing with their Makefiles? 
  24.  
  25. P.S. By the way, since I am more familiar with emacs. Can someone
  26. tell me how to add abbreviation to the VC++ IDE?
  27. E.g., I want to type "cmb " and a whole 10 line comment block 
  28. substitutes "cmb ", like what I defined in .emacs.
  29.